home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / libc / ansi / stdio / makefile < prev    next >
Encoding:
Makefile  |  1996-02-05  |  214 b   |  15 lines

  1. TOP=../..
  2.  
  3. SRC += append.c
  4. SRC += bintext.c
  5. SRC += file.c
  6. SRC += fscanf.c
  7. SRC += fseek.c
  8. SRC += hello.c
  9. SRC += mktemp.c
  10. SRC += printf.c
  11. SRC += sscanf.c
  12. SRC += tmpnam.c
  13.  
  14. include $(TOP)/../makefile.inc
  15.